lcTIN_PntDelDup Home

Deletes duplicate points from a TIN object.

 int lcTIN_PntDelDup (
   HANDLE hTIN,
   double Delta,
   HANDLE hLcWnd
 );

Parameters
hTIN
  Handle to a TIN object.
Delta
  Minimal allowed distance between points. If distance is less then a point is treated as duplicated and will be deleted.
hLcWnd
  Handle to LiteCAD graphics window.

Return Value

  Number of deleted points.